home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
bin
/
debconf-get
< prev
next >
Wrap
Text File
|
2007-02-15
|
107b
|
6 lines
#!/bin/sh -e
export DEBIAN_FRONTEND=noninteractive
. /usr/share/debconf/confmodule
db_get "$1"
echo "$RET"